BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

BeforeRemoveUserRole event

This event occurs when the user selects to remove a role assignment from the Assign Roles dialog.

Syntax

Private Sub AMUIExtension_BeforeRemoveUserRole(
          ByVal CurrentObject As Object,
          ByVal UserOrUsergroup As String,
          ByVal UserRole As AmOm.IAMUserRole,
          Abort As Boolean)
Parameters
Name Description

CurrentObject

The enclosure for which assignments are changed (AMFolder object or AMWorkPackage object).

UserOrUsergroup

The user or group.

UserRole

The UserRole.

Abort

Setting this argument to True will abort the operation. The AfterRemoveUserRole event will not occur.

Remarks

The assignment will actually be deleted after the CloseAssignRoles event.

Copyright © 2000-2013 BlueCielo ECM Solutions